home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 3
/
Gold Medal Software - Volume 3 (Gold Medal) (1994).iso
/
prog
/
panshr24.arj
/
COLORS.C
< prev
next >
Wrap
Text File
|
1991-09-10
|
185b
|
17 lines
#include "panel.h"
#include "keys.h"
main()
{
pan_init();
pan_activate("colors");
while (pan_execute("", 1, 1) != ESC);
pan_destroy();
}